What is the below code? struct code { unsigned int x: 4; unsigned int y: 4; };

🎲 Try a Random Question  |  Total Questions in Quiz: 183  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
C++ Programming Fundamentals Test 3 — practice the complete quiz, review flashcards, or try a random question.


What is the below code? struct code { unsigned int x: 4; unsigned int y: 4; };






ADVERTISEMENT